home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / config / hpux.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-08  |  586 b   |  30 lines

  1. /* config.h: compile time configuration parameters */
  2.  
  3.  
  4. #ifndef _H_CONFIG
  5. #define _H_CONFIG
  6.  
  7. #define         NDBM
  8.  
  9.  
  10. /* define the following if you require BIND nameserver support for SMTP */
  11. /* #define NAMESERVER    */
  12.  
  13. #define    PP_DEBUG_ALL    2
  14. #define PP_DEBUG_SOME    1
  15. #define PP_DEBUG_NONE    0
  16. /* turning off all debugging causes the make to fail with lots of
  17.  * missing routines . This needs some work.
  18.  */
  19. #define PP_DEBUG PP_DEBUG_SOME
  20.  
  21. /*
  22.  * define the following if  you require user tools to use uk domain ordering 
  23.  * by default
  24.  * #define UKORDER
  25.  */
  26.  
  27. #define HPUX
  28. #define SYS5
  29. #endif
  30.